home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_146 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  396 b   |  18 lines

  1. on(release){
  2.    var s;
  3.    _parent.SDButton();
  4.    s = new String(lb.E);
  5.    if(s.length == 0)
  6.    {
  7.       lb.E = "Anonimus";
  8.    }
  9.    delete s;
  10.    lb.NameAdd();
  11.    _parent.vRestart = true;
  12.    _parent.TopAdd(lb.E,_parent.vSC + _parent.vBonus);
  13.    removeMovieClip("");
  14.    attachMovie("_top","wtop",15002);
  15.    wtop._x = (800 - wtop._width) / 2;
  16.    wtop._y = (600 - wtop._height) / 2;
  17. }
  18.